home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupfs64.exe / {app} / Example4.sfs < prev    next >
INI File  |  2009-07-31  |  2KB  |  74 lines

  1. [Default]
  2. #          Folder Synchronize Command Script File Syntax
  3. #                           Version 3.0
  4. #                       Funduc Software, Inc
  5. #                        Copyright 1997-2009
  6. #               www.funduc.comááááwww.searchandreplace.com
  7. #          support@Funduc.com áááásupport@searchandreplace.comá
  8. #
  9. # This is a multiple [Action] script that uses paths defined in
  10. # variables in the [Default] section. Note that it is OK to mix 
  11. # literal paths and those defined with variables in the [Default]
  12. # section.
  13.  
  14. TestPath1=D:\Test\Folder1
  15. TestPathTwo=D:\Test\Folder2
  16. PicturesTemp=D:\Temp
  17. Pictures4June=D:\Documents and Settings\My Pictures\June
  18.  
  19. [Action1]
  20. Path1=d:\test\folder1
  21. Path2=d:\test\folder2
  22. Mask=*.*
  23. Operation=6
  24. Search_subdir=1
  25. Show Identical=1
  26. Show Different=1
  27. Match In Subdir=0
  28. Show Files in 1 Dir=1
  29. Output File=d:\test\foldsync.txt
  30. Append to Output File=1
  31. Allow Cancel=1
  32. Confirm Updates=1
  33. Show Progress=1
  34. Sort Compare=3
  35. Sort Type=0
  36.  
  37. # Note that this actually does the same as [Action1]
  38. [Action2]
  39. Path1=TestPath1
  40. Path2=TestPathTwo
  41. Mask=*.*
  42. Operation=6
  43. Search_subdir=1
  44. Show Identical=1
  45. Show Different=1
  46. Match In Subdir=0
  47. Show Files in 1 Dir=1
  48. Output File=d:\test\foldsync.txt
  49. Append to Output File=1
  50. Allow Cancel=1
  51. Confirm Updates=1
  52. Show Progress=1
  53. Sort Compare=3
  54. Sort Type=0
  55.  
  56. [Action3]
  57. Path1=Pictures4June
  58. Path2=PicturesTemp
  59. Mask=*.*
  60. Operation=6
  61. Search_subdir=1
  62. Show Identical=1
  63. Show Different=1
  64. Match In Subdir=0
  65. Show Files in 1 Dir=1
  66. Output File=d:\test\foldsync.txt
  67. Append to Output File=1
  68. Allow Cancel=1
  69. Confirm Updates=1
  70. Show Progress=1
  71. Sort Compare=3
  72. Sort Type=0
  73.  
  74.